home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 737 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: mudskipper.cac.psu.edu!user
  2. From: fcusack@tdx.org (frank.)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: help.. new to programming
  5. Date: Sat, 06 Jan 1996 13:59:15 -0500
  6. Organization: Penn State University, Center for Academic Computing
  7. Message-ID: <fcusack-0601961359150001@mudskipper.cac.psu.edu>
  8. References: <4ck6de$ott@grumpy.magg.net>
  9. NNTP-Posting-Host: mudskipper.cac.psu.edu
  10.  
  11. In article <4ck6de$ott@grumpy.magg.net>, wes@magg.net (wellington online) wrote:
  12.  
  13. > I am new to programming. I have borland visual c++. I have figure out 
  14. > how to make the graphical parts of the application. I need examples of 
  15. > how to make them work. For example I know how to make a file open dialog 
  16. > box, but I do not know how to make it actually tell me what files and 
  17. > directories are available. Thanks for the help.
  18.  
  19. A file dialog box probably does not tell you what files & directories are
  20. available, it just returns what the user selected. To get a list of what
  21. files/directories are availble, you'd use a different set of calls. Try a
  22. dos/win specific newsgroup.
  23. ~Frank
  24.